projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f5fc22
)
Fix bug (layout wasn't going to 1 line)
author
justbur
<justin@burkett.cc>
Fri, 10 Jul 2015 15:56:15 +0000
(11:56 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 10 Jul 2015 15:56:15 +0000
(11:56 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index f15bcc18fe350c85c4a4ea065df2a328bd462091..088f55436bd99224eecd54562370d798858b1a42 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-611,7
+611,7
@@
the maximum number of lines availabel in the target buffer."
next-try-lines (- next-try-lines 1)
next-try (which-key/create-page-vertical next-try-lines max-width key-cns)
n-rem-keys (length (nth 3 next-try))
- found (or (= next-try-lines
1
) (> n-rem-keys 0))))
+ found (or (= next-try-lines
0
) (> n-rem-keys 0))))
prev-try)))
;; start on binary search (not correct yet)